Skip to content

Boolean logic

Candidates should be able to:

  1. Identify and use the standard symbols for logic gates

Note and guidance

  • Logic gates symbols image.png
  1. Define and understand the functions of the logic gates

Note and guidance

  • Including:
    • NOT
    • AND
    • OR
    • NAND
    • NOR
    • XOR (EOR)
  • the binary output produced from all the possible binary inputs
  • NOT is a single input gate
  • All other gates are limited to two inputs
    • Use logic gates to create given logic circuits from a:
    • problem statement
    • logic expression
    • truth table
    • Complete a truth table from a:
      • problem statement
      • logic expression
      • logic circuit
    • Write a logic expression from a:
      • problem statement
      • logic circuit
      • truth table

Note and guidance

  • Circuits must be drawn for the statement given, without simplification
  • Logic circuits will be limited to a maximum of three inputs and one output
  • An example truth table with three inputs, for completion:
    ABCOutput
    0000
    0011
    0100
    0111
    1000
    1011
    1100
    1111